'Declaration
Public Overloads Function AddConnectedLinesAnnot( _ ByVal BorderColor As Integer, _ ByVal Points() As PointF _ ) As AnnotationConnectedLines
public AnnotationConnectedLines AddConnectedLinesAnnot( int BorderColor, PointF[] Points )
public function AddConnectedLinesAnnot( BorderColor: Integer; Points: PointFarray of ): AnnotationConnectedLines;
public function AddConnectedLinesAnnot( BorderColor : int, Points : PointF[] ) : AnnotationConnectedLines;
public: AnnotationConnectedLines* AddConnectedLinesAnnot( int BorderColor, PointF[]* Points )
public: AnnotationConnectedLines^ AddConnectedLinesAnnot( int BorderColor, array<PointF>^ Points )
Parameters
- BorderColor
- Points